home *** CD-ROM | disk | FTP | other *** search
- -- background: 15266 from stack: in
- -- bmap block id: 68893
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openBackground
- push recent card
- end openBackground
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=282 top=33 right=53 bottom=438
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name:
-
-
- -- part 78 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=73 top=79 right=288 bottom=124
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 80 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=123 top=79 right=288 bottom=174
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 81 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=173 top=79 right=288 bottom=224
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 82 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=223 top=79 right=288 bottom=274
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 83 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=273 top=79 right=288 bottom=324
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 84 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=323 top=79 right=288 bottom=374
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 85 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=373 top=79 right=288 bottom=424
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: column
-
-
- -- part 86 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=423 top=79 right=288 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: total
-
-
- -- part 88 (field)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=143 top=311 right=332 bottom=357
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name:
-
-
- -- part 91 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=470 top=25 right=48 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 15972 / 15972
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: go to calendar
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to true
- go stack "Datebook"
- goWeekly the seconds
- set lockScreen to false
- end mouseUp
-
-
-
- -- part 92 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=361 top=307 right=330 bottom=410
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: recalc
- ----- HyperTalk script -----
- on mouseUp
- set numberFormat to "00.00"
- set cursor to 4
- repeat with row = 1 to 16
- put 0 into total
- repeat with col = 2 to 8
- add line row of field col to total
- end repeat
- if total is zero then put empty into total
- put total into line row of field 9
- end repeat
- put 0 into grandtotal
- repeat with i = 1 to 16
- add line i of field 9 to grandTotal
- end repeat
- put grandTotal into field "Grand Total"
- end mouseUp
-
-
-
- -- part 93 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=415 top=306 right=331 bottom=442
- -- title width / last selected line: 0
- -- icon id / first selected line: 15420 / 15420
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to previous card
- end mouseUp
-
-
-
- -- part 94 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=442 top=306 right=331 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 16560 / 16560
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- end mouseUp
-
-
-
- -- part 95 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=438 top=22 right=51 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open
- go Home
- end mouseUp
-
-
-
- -- part 96 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=466 top=305 right=333 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 6720 / 6720
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 97 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=423 top=290 right=305 bottom=487
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 65535
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: Grand Total
-